home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / rot13 / rot13.doc.z / rot13.doc
Encoding:
Text File  |  2002-04-08  |  348 b   |  25 lines

  1. /*
  2. $Id$
  3. */
  4. /*!   \page rot-example.html
  5.  
  6.   \ingroup examples
  7.   \title Rot13
  8.  
  9.   This example lets you enter a text into a mulitilineedit widget.
  10.   It will be displayed in the edit widget to the right transformed using
  11.   the rot13 algorithm.
  12.  
  13.   <hr>
  14.  
  15.   Header file:
  16.  
  17.   \include rot13/rot13.h
  18.  
  19.   <hr>
  20.  
  21.   Implementation:
  22.  
  23.   \include rot13/rot13.cpp
  24. */
  25.